Skip to main content
POST
[Anônimo] Registrar um novo usuário (requer contexto de cliente)

Cabeçalhos

Cativa-Customer
string

Tenant slug. Anonymous endpoints carry no API key to identify the tenant, so name it here (e.g. mycommunity). In production the tenant is also resolved from the request origin.

Corpo

application/json
firstName
string | null
lastName
string | null
email
string | null
password
string | null
phoneNumber
string | null
invite
string | null

Resposta

200

OK